VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Utils Namespace / GraphicsUtils Class / ConvertToAffineMatrix Methods / ConvertToAffineMatrix(Double[]) Method
Синтаксис Требования Смотрите также
В этом разделе
    ConvertToAffineMatrix(Double[]) Метод (GraphicsUtils)
    В этом разделе
    Преобразует элементы матрицы преобразования в объект AffineMatrix.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function ConvertToAffineMatrix( _
    ByVal matrixElements
    Элементы матрицы для преобразования.
    () As Double _
    ) As Vintasoft.Imaging.AffineMatrix
    public static Vintasoft.Imaging.AffineMatrix ConvertToAffineMatrix(
    double[] matrixElements
    )
    public: static Vintasoft.Imaging.AffineMatrix* ConvertToAffineMatrix(
    double[]* matrixElements
    )
    public:
    static Vintasoft.Imaging.AffineMatrix^ ConvertToAffineMatrix(
    array<double>^ matrixElements
    )

    Parameters

    matrixElements
    Элементы матрицы для преобразования.

    Return Value

    Экземпляр объекта AffineMatrix.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также